net/http.http2Server.now (method)

11 uses

	net/http (current package)
		h2_bundle.go#L4138: func (s *http2Server) now() time.Time {
		h2_bundle.go#L4933: 	lastFrameTime := sc.srv.now()
		h2_bundle.go#L4947: 			lastFrameTime = sc.srv.now()
		h2_bundle.go#L5030: 	now := sc.srv.now()
		h2_bundle.go#L6658: 			date = rws.conn.srv.now().UTC().Format(TimeFormat)
		h2_bundle.go#L6780: 	if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
		h2_bundle.go#L6796: 			st.readDeadline = sc.srv.afterFunc(deadline.Sub(sc.srv.now()), st.onReadTimeout)
		h2_bundle.go#L6798: 			st.readDeadline.Reset(deadline.Sub(sc.srv.now()))
		h2_bundle.go#L6806: 	if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
		h2_bundle.go#L6822: 			st.writeDeadline = sc.srv.afterFunc(deadline.Sub(sc.srv.now()), st.onWriteTimeout)
		h2_bundle.go#L6824: 			st.writeDeadline.Reset(deadline.Sub(sc.srv.now()))